how to make build events always run visual studio

85

how to make build events always run visual studio -

<PropertyGroup>
    <DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
</PropertyGroup>

Comments

Submit
0 Comments